home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4322 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.2 KB

  1. Path: ip-pdx07-34.teleport.com!johnb
  2. From: johnb@imagix.com (John Blattner)
  3. Newsgroups: comp.software-eng,comp.lang.c++,comp.object
  4. Subject: Re: Tool for C++ code Analysis
  5. Date: Mon, 29 Jan 1996 10:48:52 +1000
  6. Organization: Imagix Corporation
  7. Message-ID: <johnb.50.24241B24@imagix.com>
  8. References: <4dp4qj$qn0@news-2.csn.net>
  9. NNTP-Posting-Host: ip-pdx07-34.teleport.com
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
  11.  
  12. >> In article <4cb3v9$1dn@popcorn.hamburg.pop.de>, Boris Fittkau <bf@carus.de>
  13. >writes:
  14. >> |> Hi,
  15. >> |>
  16. >> |> I want to analyse the development of a large object-oriented
  17. >> |> framework from version to version.
  18. >> |>
  19. >> |> For this purpose I need a tool, that can analyse C++-Code
  20. >> |> (class-hierarchy, methods, use-relationships,...)
  21. >> |> and that produces readable output,
  22. >> |> that can serve as the source for further analysis.
  23.  
  24. You might want to check the "Software Re-engineering Web Home Page"
  25. which has a lot of useful information about tools, resources, etc, for
  26. reverse engineering.  You can find it at:
  27.     http://www.erg.abdn.ac.uk/users/brant/sre
  28.  
  29. Another useful site, associated with comp.software-eng and containing
  30. a wider selection of CASE tools is:    
  31.     http://www.qucis.queensu.ca/Software-Engineering
  32.  
  33. ----------
  34.  
  35. One tool I'd recommend you look at (since we make it) is Imagix 4D, a 
  36. program understanding tool for C and C++ software.
  37.  
  38. What's unique about Imagix 4D -
  39.     -  shows many aspects of software - control flow, data flow, build
  40.        dependencies, class use (C++ only), test coverage, performance...
  41.     -  allows easy focusing on pertinent data through knowledge-based
  42.        exploration engine
  43.     -  speeds comprehension through 3D graphic visualization
  44.     -  automatically generates design documentation, including html
  45.     -  is affordably priced
  46.  
  47. For more info and trial software:
  48.     file://ftp.teleport.com/pub/vendors/imagix/README
  49.     http://www.teleport.com/~imagix
  50.     email - info@imagix.com
  51.  
  52.  
  53. --------------------------------------------------------
  54. John Blattner
  55. Imagix Corporation               tel: 1.503.644.4905
  56. 3800 SW Cedar Hill Blvd #227     fax: 1.503.644.5629
  57. Beaverton, OR 97005-2035         email: johnb@imagix.com
  58.  
  59.                     
  60.